﻿2026-06-17T00:55:59.4683048Z ##[group]Run actions/checkout@v5
2026-06-17T00:55:59.4683845Z with:
2026-06-17T00:55:59.4684184Z   fetch-depth: 0
2026-06-17T00:55:59.4684615Z   repository: SaberMage/spt-core
2026-06-17T00:55:59.4688040Z   token: ***
2026-06-17T00:55:59.4688389Z   ssh-strict: true
2026-06-17T00:55:59.4688717Z   ssh-user: git
2026-06-17T00:55:59.4689062Z   persist-credentials: true
2026-06-17T00:55:59.4689427Z   clean: true
2026-06-17T00:55:59.4689770Z   sparse-checkout-cone-mode: true
2026-06-17T00:55:59.4690159Z   fetch-tags: false
2026-06-17T00:55:59.4690523Z   show-progress: true
2026-06-17T00:55:59.4690895Z   lfs: false
2026-06-17T00:55:59.4691201Z   submodules: false
2026-06-17T00:55:59.4691543Z   set-safe-directory: true
2026-06-17T00:55:59.4692056Z ##[endgroup]
2026-06-17T00:55:59.6604346Z Syncing repository: SaberMage/spt-core
2026-06-17T00:55:59.6605693Z ##[group]Getting Git version info
2026-06-17T00:55:59.6606249Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-17T00:55:59.6942475Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-17T00:55:59.7171081Z git version 2.43.0.windows.1
2026-06-17T00:55:59.7208370Z ##[endgroup]
2026-06-17T00:55:59.7217333Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c3e041f2-bfb8-4f04-b98a-2f2fb02403a0\.gitconfig'
2026-06-17T00:55:59.7232867Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c3e041f2-bfb8-4f04-b98a-2f2fb02403a0' before making global git config changes
2026-06-17T00:55:59.7233980Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T00:55:59.7238603Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-17T00:55:59.7493627Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-17T00:55:59.7713136Z https://github.com/SaberMage/spt-core
2026-06-17T00:55:59.7746429Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T00:55:59.7751611Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T00:55:59.7984456Z HEAD
2026-06-17T00:55:59.8266061Z ##[endgroup]
2026-06-17T00:55:59.8269442Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-17T00:56:00.2129592Z ##[group]Cleaning the repository
2026-06-17T00:56:00.2135589Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-17T00:56:05.0147900Z Removing target/
2026-06-17T00:56:05.0182770Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-17T00:56:05.0692808Z HEAD is now at f290d49b Merge 0aad7b946b1c291e9dae8dc768c78498287b5f94 into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:56:05.0719735Z ##[endgroup]
2026-06-17T00:56:05.0724076Z ##[group]Disabling automatic garbage collection
2026-06-17T00:56:05.0728900Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-17T00:56:05.0967186Z ##[endgroup]
2026-06-17T00:56:05.0967610Z ##[group]Setting up auth
2026-06-17T00:56:05.0973680Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-17T00:56:05.1208925Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-17T00:56:05.5100519Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T00:56:05.5337148Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-17T00:56:05.8974024Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T00:56:05.9201191Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-17T00:56:06.2802930Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-17T00:56:06.3098311Z ##[endgroup]
2026-06-17T00:56:06.3098712Z ##[group]Fetching the repository
2026-06-17T00:56:06.3105626Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +f290d49b7e8d0e524c53e87cc19f2246cef09e82:refs/remotes/pull/18/merge
2026-06-17T00:56:07.1374329Z From https://github.com/SaberMage/spt-core
2026-06-17T00:56:07.1375038Z    3a5364f3..0aad7b94  v0.8.2-templating-residency -> origin/v0.8.2-templating-residency
2026-06-17T00:56:07.1503783Z ##[endgroup]
2026-06-17T00:56:07.1504244Z ##[group]Determining the checkout info
2026-06-17T00:56:07.1504620Z ##[endgroup]
2026-06-17T00:56:07.1513683Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-17T00:56:07.1790883Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-17T00:56:07.2015077Z ##[group]Checking out the ref
2026-06-17T00:56:07.2019162Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/18/merge
2026-06-17T00:56:07.2398709Z HEAD is now at f290d49b Merge 0aad7b946b1c291e9dae8dc768c78498287b5f94 into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:56:07.2425446Z ##[endgroup]
2026-06-17T00:56:07.2710346Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-17T00:56:07.2949306Z f290d49b7e8d0e524c53e87cc19f2246cef09e82
